home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / xmsif140.zip / WHATSNEW.140 < prev    next >
Text File  |  1991-12-08  |  1KB  |  44 lines

  1.                           WHAT'S NEW IN XMSIF
  2.  
  3. version 1.4:
  4.  
  5.    + Renamed to avoid confusion with other people's products.
  6.  
  7.    + Support for huge model and tiny model.
  8.  
  9.    + Support for Microsoft C and Turbo C tested and confirmed.
  10.  
  11.    + XMSIF distributed as libraries instead of objects.
  12.  
  13.    + _XMMicopy() function added, allowing interval copyes with different
  14.      skips between elements in source and destination. XMMicopyfrom() and
  15.      XMMicopyto() macros provided.
  16.  
  17.    + UMB functions added.
  18.  
  19.    + Bug fixes in _XMMcopy().
  20.  
  21.    + Initialization protection added. Functions will return an error instead
  22.      of crashing if the library has not been initialized.
  23.  
  24.    + Greatly expanded example program source included, and example makefiles
  25.      for compiling it with Borland/Turbo C[++] and Microsoft C.
  26.  
  27.    + Documentation rewritten. More detail, better instructions, more
  28.      organization.
  29.  
  30.  
  31. version 1.3:
  32.  
  33.    + _XMMcopy(), XMMcopyto(), and XMMcopyfrom() now can handle copies of
  34.      one byte. Warning: one-byte copies are very slow.
  35.  
  36.    + Header file for C++.
  37.  
  38.    + XMMgetversion() now returns unsigned int instead of int, and the
  39.      value of _XMMerror should be checked after calls (do not rely on
  40.      return of XMMOOPS).
  41.  
  42.    + Minor improvements to documentation.
  43.  
  44.